Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

02-app - 02-api-reference - 05-next-config-js - httpAgentOptions.mdx 번역 초안 #225

Merged
merged 2 commits into from
Jun 23, 2023

Conversation

SeojinSeojin
Copy link
Contributor

@SeojinSeojin SeojinSeojin commented Jun 23, 2023

기여자용

문서 개선

Progress

---

In Node.js versions prior to 18, Next.js automatically polyfills `fetch()` with [node-fetch](/docs/architecture/supported-browsers#polyfills) and enables [HTTP Keep-Alive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Keep-Alive) by default.
Node.js 18 이전 버전에서, Next.js는 `fetch()`[node-fetch](/docs/architecture/supported-browsers#polyfills)로 polyfill하고, 그와 동시에 기본적으로 [HTTP Keep-Alive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Keep-Alive)를 활성화합니다.
Copy link
Contributor Author

@SeojinSeojin SeojinSeojin Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. mdn 한국어(ko) 링크에 문서가 없어 영어(en-US) 링크로 첨부하였습니다. 괜찮을지 검토 부탁드립니다!
  2. polyfill이라는 단어에 대한 가이드가 없어 polyfill을 그대로 사용하였습니다. 의견 부탁드립니다!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 넵 괜찮습니다!
  2. 폴리필로 변역해주시면 됩니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

반영하였습니다. 확인 감사드립니다!

Copy link
Contributor

@ChanghyeonYoon ChanghyeonYoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

폴리필로 수정만 부탁드립니다! 수고하셨습니다!

---

In Node.js versions prior to 18, Next.js automatically polyfills `fetch()` with [node-fetch](/docs/architecture/supported-browsers#polyfills) and enables [HTTP Keep-Alive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Keep-Alive) by default.
Node.js 18 이전 버전에서, Next.js는 `fetch()`[node-fetch](/docs/architecture/supported-browsers#polyfills)로 polyfill하고, 그와 동시에 기본적으로 [HTTP Keep-Alive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Keep-Alive)를 활성화합니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 넵 괜찮습니다!
  2. 폴리필로 변역해주시면 됩니다!

Copy link
Contributor

@ChanghyeonYoon ChanghyeonYoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
수고하셨습니다! 추가로 하시고 싶은 티켓이 있다면 신청해주셔도 됩니다!

@ChanghyeonYoon ChanghyeonYoon merged commit 17e660f into Nextjs-kr:main Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 문서 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

httpAgentOptions.mdx
2 participants